home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / spazio / mi120.dir / 00267_Script_267 < prev    next >
Text File  |  1983-02-01  |  369b  |  18 lines

  1. on enterFrame
  2.   global scrolla, a_blocca
  3.   set a_blocca to false
  4.   set scrolla = true
  5.   
  6.   duplicate cast 173,499
  7.   vap "su",143,"nobeep"
  8.   
  9.   set the visible of sprite 20 to false
  10.   set the visible of sprite 21 to false
  11.   set the visible of sprite 22 to false
  12.   set the visible of sprite 23 to false
  13.   
  14.   set the visible of sprite 2 to true
  15.   
  16.   
  17. end
  18.